projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9921966
)
gpio: sunxi: Add compatible string for H5 PIO
author
Chris Blake
<
[email protected]
>
Mon, 15 Jan 2018 22:28:18 +0000
(16:28 -0600)
committer
Jagan Teki
<
[email protected]
>
Fri, 26 Jan 2018 14:32:33 +0000
(20:02 +0530)
Add allwinner,sun50i-h5-pinctrl compatible for H5 boards.
Signed-off-by: Chris Blake <
[email protected]
>
Reviewed-by: Jagan Teki <
[email protected]
>
[jagan: remove external link and format commit message]
Signed-off-by: Jagan Teki <
[email protected]
>
drivers/gpio/sunxi_gpio.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/sunxi_gpio.c
b/drivers/gpio/sunxi_gpio.c
index b47cc66c583a2b1d22c00d408cfca0f03c0e5d82..3cf01b6e36939288bb4666d0092470987a729b17 100644
(file)
--- a/
drivers/gpio/sunxi_gpio.c
+++ b/
drivers/gpio/sunxi_gpio.c
@@
-345,6
+345,7
@@
static const struct udevice_id sunxi_gpio_ids[] = {
ID("allwinner,sun4i-a10-pinctrl", a_all),
ID("allwinner,sun5i-a10s-pinctrl", a_all),
ID("allwinner,sun5i-a13-pinctrl", a_all),
+ ID("allwinner,sun50i-h5-pinctrl", a_all),
ID("allwinner,sun6i-a31-pinctrl", a_all),
ID("allwinner,sun6i-a31s-pinctrl", a_all),
ID("allwinner,sun7i-a20-pinctrl", a_all),